Class DialPeerImpl

java.lang.Object
com.cisco.pt.ipc.impl.IPCObjectImpl
com.cisco.pt.ipc.sim.impl.DialPeerImpl
All Implemented Interfaces:
IPCObject, DialPeer

public class DialPeerImpl extends IPCObjectImpl implements DialPeer
Information provided by the PKI file:

    \class CDialPeer
    
    \brief CDialPeer holds and manipulates dial peers for VOIP.
    
    \example network().getDevice("Router0").getProcess("CMEProcess").getDialPeer(1)
    
Author:
Auto-generated
  • Constructor Details

  • Method Details

    • getDialPeerTag

      public int getDialPeerTag()
      Information provided by the PKI file:
      
          \brief Returns the dial peer tag.
          
          \returns int, the dial peer tag.
          
              
      Specified by:
      getDialPeerTag in interface DialPeer
      Returns:
      int Returns a int
    • getDestLineNumber

      public String getDestLineNumber()
      Information provided by the PKI file:
      
          \brief Returns the destination line number.
          
          \returns string, the destination line number.
          
              
      Specified by:
      getDestLineNumber in interface DialPeer
      Returns:
      String Returns a String
    • setDestLineNumber

      public void setDestLineNumber(String lineNum)
      Information provided by the PKI file:
      
          \brief Sets the destination line number.
          
          \param string, the destination line number to set this dial peer to.
          
              
      Specified by:
      setDestLineNumber in interface DialPeer
      Parameters:
      lineNum - Takes in a parameter of lineNum